treeview: Add a few missing annotations
authorMatthias Clasen <mclasen@redhat.com>
Sun, 6 Jun 2021 12:24:52 +0000 (08:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 6 Jun 2021 12:24:52 +0000 (08:24 -0400)
commitb1beb3650bd2c66835e00da86a8beda83495d8cc
tree731212bdbe5711a62b368299f53a90dd857dea27
parentfca19e72ad079c2728b95b4a26b86312c9c887c7
treeview: Add a few missing annotations

gtk_tree_view_row_activated and the ::row-activated signal
can (and do) receive NULL for the column occasionally.

This is an introspection api change.

Fixes: #3828
gtk/gtktreeview.c